projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8e958
)
Update comment about `declare-function'
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 5 Dec 2021 21:12:26 +0000
(22:12 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 5 Dec 2021 21:12:26 +0000
(22:12 +0100)
* lisp/subr.el (declare-function): Fix comment --
`byte-compile-declare-function' doesn't exist.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 78c72838f3fb9f18a4d9345ae5bb2f018c1dbed8..d224f761e1f887c8be0f4bf85eaab0efbb452180 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-61,7
+61,8
@@
must be the first non-whitespace on a line.
For more information, see Info node `(elisp)Declaring Functions'."
(declare (advertised-calling-convention
(fn file &optional arglist fileonly) nil))
- ;; Does nothing - byte-compile-declare-function does the work.
+ ;; Does nothing - `byte-compile-macroexpand-declare-function' does
+ ;; the work.
nil)
\f